home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-07-24 | 1.6 KB | 74 lines | [TEXT/CWIE] |
- /*********************************************************************
- Project : MacPerl - Real Perl Application
- File : MPDroplet.r - Resources for droplets
- Authors : Matthias Neeracher & Tim Endres
- Language : MPW C
-
- $Log: MacPerl.r,v $
- *********************************************************************/
-
- #define SystemSevenOrLater 1
-
- #include "Types.r"
- #include "SysTypes.r"
-
- #include "MPExtension.r"
-
- include "MPDroplet" 'CODE' as 'MrPC';
- include "MPDroplet" 'DATA' as 'MrPD';
-
- include "MPDroplet" 'BNDL'(128) as 'MrPB'(128);
-
- resource 'STR ' (SERsrcBase) {
- "Droplet (Cmdline)"
- };
-
- resource 'McPp' (SERsrcBase) {
- 'SCPT', 'APPL', 'MrPL', wantsBundle, noCustomIcon
- };
-
- resource 'McPs' (SERsrcBase) {
- {
- 'MrPC', 'CODE', 0, 0,
- 'MrPC', 'CODE', 1, 1,
- 'MrPC', 'CODE', 2, 2,
- 'MrPD', 'DATA', 0, 0,
- 'MrPB', 'BNDL', 128, 128,
- 'MrPL', 'MrPL', 0, 0,
- 'SIZE', 'SIZE', 128, -1,
- 'ICN#', 'ICN#', 128, 128,
- 'icl4', 'icl4', 128, 128,
- 'icl8', 'icl8', 128, 128,
- 'ics#', 'ics#', 128, 128,
- 'ALRT', 'ALRT', 4096, 4096,
- 'DITL', 'DITL', 4096, 4096,
- 'FREF', 'FREF', 128, 128,
- 'FREF', 'FREF', 129, 129,
- 'FREF', 'FREF', 130, 130,
- 'FREF', 'FREF', 131, 131,
- 'FREF', 'FREF', 132, 132,
- 0, 0, 0, 0
- }
- };
-
- resource 'SIZE' (128) {
- dontSaveScreen,
- acceptSuspendResumeEvents,
- enableOptionSwitch,
- canBackground,
- multiFinderAware,
- backgroundAndForeground,
- dontGetFrontClicks,
- ignoreChildDiedEvents,
- is32BitCompatible,
- isHighLevelEventAware,
- localAndRemoteHLEvents,
- reserved,
- reserved,
- reserved,
- reserved,
- reserved,
- 65536,
- 65536
- };
-